Multiple SSL on same IP [closed]
Posted
by
kadourah
on Server Fault
See other posts from Server Fault
or by kadourah
Published on 2011-02-19T15:34:52Z
Indexed on
2011/02/19
23:26 UTC
Read the original article
Hit count: 240
iis7
|ssl-certificate
Possible Duplicate:
Multiple SSL domains on the same IP address and same port?
I have the following situation:
- first domain: test.domain.com
- IP: 1.2.3.4
- Port: 443
- SSL: Purchased from godaddy and specific to that domain
- Works fine no issues.
I would like to add another site:
- test2.domain.com
- IP: the same
- Port: can be different
- SSL: different since I can't use the SSL above because it's specific to the site above.
Now, when I add the HTTPS binding to the second site with IP:Port combination it appears to always load the first SSL ignoring the second certificate.
How can I add second SSL binding to the same IP using a "different" certificate? Can this be done?
© Server Fault or respective owner